Skip to content

Jolt Physics Engine Hello World Running on ICP

Notifications You must be signed in to change notification settings

ktimam/JoltSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jolt Physics Engine Hello World Running on ICP

Steps to Build:

icpp build-wasm --to-compile mine

//Install wasm larger than 2mb

gzip ./build/joltsample.wasm

dfx canister create joltsample

dfx canister install joltsample --wasm ./build/joltsample.wasm.gz

dfx canister --network local call joltsample hello '()'

//Command to update canister

dfx canister install joltsample --mode reinstall --wasm ./build/joltsample.wasm.gz

About

Jolt Physics Engine Hello World Running on ICP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published