8.0.2-pre.2 • Published 6 months ago
@rails-tutorial/wasm v8.0.2-pre.2
@rails-tutorial-wasm NPM package
To create a rails.wasm module with Ruby and Rails included, run the following commands:
bundle install
bin/packThen, you can publish the NPM package containing the rails.wasm file as follows:
npm publishPrerequisites
To build and pack Ruby Wasm modules, you need the following:
Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh