-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert from stdweb to wasm-bindgen #333
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…stdweb to wasm-bindgen Only a couple of global functions as well as Room objects with some of their functions are implemented so far
… room object and structure prototypes and positions
Cargo.toml
Outdated
Comment on lines
39
to
37
stdweb = "0.4" | ||
stdweb-derive = "0.5" | ||
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
… for id and the least significant 8 store the padding length to support variable padding
…ct id string, and some resolve wrappers
…s where RoomPosition does)
…ure-javascript object
…d because we need the FindOptions name
I missed this! What an incredible milestone! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #329. 🎊
Resolves #156, resolves #246, resolves #287, resolves #308, resolves #316, resolves #328, resolves #331
See the temporary readme file added in the root for how to get started using this branch; there's some manual steps to hack the wasm-pack output for now.
Remaining to-do items:
ReturnCode
and change i8 function returns.Object
, and MarketResourceType conversion from JsStringfinal
keyword to link the functions more efficientlyStructure
as the narrowly typed structure within it(the hacks currently enshrined in the temporary readme)Convert from cargo-web to wasm-pack cargo-screeps#24todo
comment on and forgot aboutMaybe:
Vec<u8>
terrain buffer from js (notably with x/y flipped vs costmatrix pos_as_idx)