rhaiscript / playground

A Rhai scripting playground that runs Rhai scripts using WebAssembly in a web browser.
https://rhai.rs/playground
MIT License
20 stars 5 forks source link

Update rhai to 1.12.0 #23

Closed fabriziosestito closed 1 year ago

fabriziosestito commented 1 year ago

Closes #22

alvinhochun commented 1 year ago

Thanks for making the PR! Can you check whether the example scripts need updating?

schungx commented 1 year ago

Thanks for making the PR! Can you check whether the example scripts need updating?

I checked, and it seems the current set of scripts is almost identical to the set in Rhai (except that Rhai's version uses the new //! doc-comment style).

I suggest we can merge.

fabriziosestito commented 1 year ago

Thanks for making the PR! Can you check whether the example scripts need updating?

I checked, and it seems the current set of scripts is almost identical to the set in Rhai (except that Rhai's version uses the new //! doc-comment style).

I suggest we can merge.

Sorry didn't see the comment and updated in #1ae0a4c

alvinhochun commented 1 year ago

I suggest we can add a .gitignore in the scripts directory for these two files.

fabriziosestito commented 1 year ago

I suggest we can add a .gitignore in the scripts directory for these two files.

@schungx @alvinhochun done

alvinhochun commented 1 year ago

Thanks!