Скачать cc wasm — Minecraft Моды — ModStock

cc wasm

Активный

Установок

0

Последнее обновление

5 месяцев назад
Клиент
Аддоны

Description

this mod add wasm support for CC: Tweaked.

this mod uses chicory runtime, and includes wasi support

Usage

  • put .wasm file in wasm folder.
  • in lua in computer craft, run wasm.load_wasm function to load a module. Note that the argument does not contains a .wasm extend name.

Wasm development

use this crate

see the example here

Example

minesweeper example

wasm file,

  • download this file and put it in ./wasm/
  • place a monitor on top of a computer
  • in computer craft's shell run exec_wasm_auto_reload minesweeper

there is a python interpreter example, download this file and put it in ./wasm/, and then in computer craft lua run:

py = wasm.load_wasm("python")

py.init()

py.exec("import time as t")

print(py.eval("t.time()"))

Участники проекта
iunggognsoinr

iunggognsoinr